home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / alv.sun / alv.lha / doc / blackwhite.ms < prev    next >
Encoding:
Text File  |  1992-11-08  |  1.2 KB  |  42 lines

  1. .SH
  2. sing ALV with a Black and White Sun Workstation
  3. .PP
  4. ue to the modularity of the 
  5. .I ALV 
  6. oolkit, the only program which requires knowledge of whether it is
  7. unning on a black and white or a colour Sun workstation is
  8. .I dsp (1).
  9.  
  10. .I Dsp (1)
  11. s able to decide for itself whether you are using a black and white
  12. orkstation. If you are, then after reading in the image 
  13. t checks to see whether the depth of the image allows it to be
  14. irectly displayed. If not directly displayable and
  15. he image is less than 8 bits deep, then it is passed
  16. hrough a program to convert it to 1 bit depth. The program used is
  17. pecified at compile time and is normally
  18. .I ras8to1 (1).
  19. his program allows conversion of both colour and greyscale images
  20. sing error diffusion, dot diffusion or ordered dither together with
  21. ptional edge enhancement.
  22. .PP
  23. o set which options 
  24. .I ras8to1 (1)
  25. s to use modify your
  26. .I ~/.alv_profile (5)
  27. ile (or the file specified in your
  28. .I ALV
  29. hell environment variable) to, say for dot diffusion with edge
  30. nhancement, to include the line:
  31. .IP
  32. as8to1:-d -e
  33. .PP
  34. he program used to convert to 1 bit depth can be altered by specifying
  35. he -8filter option to
  36. .I dsp (1)
  37. r, for a slightly more permanent change, adding or altering the
  38. .I dsp (1)
  39. ine in your
  40. .I ~/.alv_profile (5)
  41. ile.
  42.